home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / H-I / HyperHackers.cpt / Hyper-Hackers Queue 1.0 / card_21109.txt < prev    next >
Text File  |  1989-02-26  |  4KB  |  105 lines

  1. -- card: 21109 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3797
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10.  
  11. From: chuq@plaid.Sun.COM (Chuq Von Rospach)
  12.  
  13. Date: 1 Mar 88 04:43:08 GMT
  14.  
  15. This is from Dan Shafer on CompuServe, and is a list of Erata from the first
  16. edition of his HyperTalk programming book.
  17.  
  18. chuq
  19. -
  20.  
  21. The following list represents known "bugs" or typos in my book, 
  22. "HyperTalk Programming," first printing.  If you have a copy of the 
  23. first printing, you can make these changes directly to the text.  These 
  24. have all been corrected in the Second Printing, however.
  25.  
  26. p. 114 - Remove the word "the" from lines 9, 12 and 15 of the 
  27. handler at the top of the page (if optionStatus is down....)
  28.  
  29. p. 140 - In the two handlers at the top of that page, "repeat for" 
  30. should be "repeat with"
  31.  
  32. p. 145 - In both handlers, change "repeat for" to "repeat with".  Also, 
  33. there is a space between "down" and "to", not "downTo" but "down 
  34. to".
  35.  
  36. p.155 - First sentence should be edited to read:  "This command will 
  37. find the "end" in the words blender and weekend as well as in 
  38. ending."
  39.  
  40. p. 182 - third line from the bottom of the handler.  Change "3 to 67" 
  41. to "3 to 7"
  42.  
  43. p. 223 - First line of first full paragraph; change 18 other tools to 15 
  44. other tools
  45.  
  46. p. 243 - Last line of list of instructions in the lab (beginning with 
  47. "choose rectangle tool"), change "click at 50,50" to "click at 151,151"
  48.  
  49. p. 265 - the last sentence before the last full paragraph on the page 
  50. which starts "You cannot concatenate" should be changed:  "You can 
  51. even concatenate these numbers to make larger numbers (i.e., one 
  52. and three combine to make 13)."
  53.  
  54. p. 268 - at Step 2 in lab, change "evaluate" to "value".
  55.  
  56. p. 270 - line below "8 + 45" should be changed to read:  "all by itself 
  57. on a line in a HyperTalk script or in a field makes no sense."  (It does, 
  58. as it turns out, make sense in the Message Box.)
  59.  
  60. p. 302 - Table 17-1.  "rect[angle]" is read-only for windows, but 
  61. read-write for buttons and fields.
  62.  
  63. p. 313 - Item numbered 3.  Change "get" to "put"
  64.  
  65. p. 315 - Delete third line of handler that refers to variable r2.
  66.  
  67. p. 326 - Delete last sentence in second paragraph under "autoHilite 
  68. Property."  (This property does affect radio buttons and check boxes; 
  69. it causes them to turn "on" and "off" when clicked.)
  70.  
  71. p. 329 - second line from the bottom of the first paragraph, delete 
  72. "the dialog box".
  73.  
  74. p. 351 - delete second line of handler at bottom of page (it does no 
  75. harm but it has no effect).
  76.  
  77. p. 352 - delete second line of handler at top of page (it does no harm 
  78. but it has no effect).
  79.  
  80. p. 380 - Second line above figure, change "cursor has ID" to "icon has 
  81. ID".  Change caption to read "An icon has a resource number."
  82.  
  83. p. 408 - delete the funny character at the end of the first line of 
  84. code.
  85.  
  86. p. 444 - Wrong figure is in place.  No harm but can be confusing.
  87.  
  88. p. 483 - handler for Card #2, Button #2, Repeat Forever".  Insert "& 
  89. return" after "end repeat" in current line.  It should read:  put return 
  90. & return & "end repeat" & return after holder
  91.  
  92. p. 487 - last handler on page, change "global effect" in third line from 
  93. bottom to "visual effect."
  94.  
  95. p. 491 - Two fixes.  In first handler on page, put space after "to" and 
  96. before "15" in the fourth line.  In second full handler, change "scroll" 
  97. in third line to "wipe."
  98.  
  99. p. 492 - First handler needs new first line, "global holder".
  100.  
  101.  
  102.  
  103. -- part contents for background part 45
  104. ----- text -----
  105. Shafer: HyperTalk Programming eratta